* Makefile.in (install-info): Install type_hierarchy* files as well.
authorAndrea Corallo <acorallo@gnu.org>
Tue, 5 Mar 2024 14:07:05 +0000 (15:07 +0100)
committerAndrea Corallo <acorallo@gnu.org>
Tue, 5 Mar 2024 14:15:00 +0000 (15:15 +0100)
Makefile.in

index 5f3227a9ad5eab3e4c455cd521cc9e891251a45f..e7fc19e6494cb1a9977ab8cf3d2271d00934fbde 100644 (file)
@@ -812,6 +812,7 @@ install-info: info
              done; \
             (cd "$${thisdir}"; \
              ${INSTALL_INFO} --info-dir="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \
+             cp type_hierarchy* $(DESTDIR)${infodir}/; \ # Used by elisp.info.
           done; \
        fi